home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5862 / text0000.txt < prev   
Encoding:
Text File  |  1996-08-05  |  1.4 KB  |  29 lines

  1.  
  2. In article <4ipcd9$24l@sun1000.pwr.wroc.pl> st103@sco.zsi.pwr.wroc.pl (A Member of Elysium) writes:
  3.  > I remember from okd days that there was an 68010 emulator for 68000. If i
  4.  > remember good it was based on the fact that there is an interupt when
  5.  > procesor meets an unknown command and ib than interrupt one could do the
  6.  
  7.         Would be a bit difficult for some things...  Normal (?) buss exception
  8. errors couldn't be emulated because the instruction pointer/registers couldn't
  9. be backed up to the start of the instruction on 68000...
  10.  
  11.  > emulation. Is this possible to do th same with the Math coprocessor?
  12.  > It could be vary good for many of us, not having an 68882..
  13.  
  14.         The "line-A" and "line-F" interrupts were designed just for those
  15. purposes...  The FPU uses, as I recall, opcodes that trigger "line-F" (if no
  16. FPU is present).
  17.  
  18.         As I recall, the IEEE math libraries are already designed to use an
  19. FPU if available, otherwise emulate functions -- just in reverse, since you
  20. have to call the library entry routine rather than waiting for an interrupt.
  21.  
  22. -- 
  23.  > ============================================================ <
  24.  >   wulfraed@netcom.com  | Wulfraed  Dennis Lee Bieber  KD6MOG <
  25.  >   D.Bieber@GEnie.com   |      FurryMUCK and FurToonia        <
  26.  > ============================================================ <
  27.  >          PGP key: Finger wulfraed@netcom.com                 <
  28.  > Home Page: ftp://ftp.netcom.com/pub/wu/wulfraed/wulfraed.htm <
  29.